home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib6 / v_08_10 / 8n10090a < prev    next >
Encoding:
Text File  |  1995-11-01  |  523 b   |  18 lines

  1.  
  2.      /* check parent block */
  3.      if  ( 
  4.              blk[BN]->pt.parent < 1 || 
  5.              blk[blk[BN]->pt.parent] == NULL ||
  6.                 ( 
  7.                 (int) blk[blk[BN]->pt.parent]->u.fn < FN_XCLASS &&
  8.                 (int) blk[BN]->pt.mode != 0 &&
  9.                 (int) blk[blk[BN]->pt.parent]->u.mode != 0 &&
  10.                 (int) blk[BN]->pt.mode !=
  11.                     (int) blk[blk[BN]->pt.parent]->u.mode)
  12.                 )
  13.           ) 
  14.           {
  15.           del = TRUE:
  16.           }è
  17.  
  18.